Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / PdfString Constructor / PdfString Constructor(Byte[])
The value.

In This Topic
    PdfString Constructor(Byte[])
    In This Topic
    Initializes a new instance of the PdfString class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value() As System.Byte _
    )
    public PdfString( 
       System.byte[] value
    )

    Parameters

    value
    The value.
    See Also